Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / CorrectProjectItems Method / CorrectProjectItems(Function[],String) Method
Array of functions which will be corrected.
Scheme name.

In This Topic
    CorrectProjectItems(Function[],String) Method
    In This Topic
    Corrects project items.
    Syntax
    public void CorrectProjectItems( 
       Function[] arrFunctions,
       string strScheme
    )
    public:
    void CorrectProjectItems( 
       array<Function^>^ arrFunctions,
       String^ strScheme
    ) 

    Parameters

    Parameter NameDescription
    arrFunctionsArray of functions which will be corrected.
    strSchemeScheme name.
    Exceptions
    ExceptionDescription
    Thrown in case of missing arguments.
    Thrown in case of invalid arguments, e.g. array does not contain any valid objects.
    Thrown if the internal action could no be found.
    Thrown if an error occurs while executing the method.
    Remarks
    Connections in project will be also corrected if such option is selected in scheme.
    See Also